'宣言 Function FindAll(Of E As IExtension(Of T))() As System.Collections.Generic.ICollection(Of E)
System.Collections.Generic.ICollection<E> FindAll<E>() where E: IExtension<T>
型パラメータ
- E
- 拡張オブジェクトの型。
戻り値の型
指定された型を実装する、コレクション内のすべての拡張オブジェクトのコレクション。
'宣言 Function FindAll(Of E As IExtension(Of T))() As System.Collections.Generic.ICollection(Of E)
System.Collections.Generic.ICollection<E> FindAll<E>() where E: IExtension<T>